1. /* sdcnexp1.cpp by K.Tsuru */
  2. // function ID 3501 DRADIX, constant
  3. /**************************************************
  4. base of natural logarithm
  5. June 6, 2001
  6. It uses Xavier Gourdon's binary splitting algorithm.
  7. ***************************************************/
  8. #ifndef SN_H
  9. #include "sn.h"
  10. #endif
  11. SDouble SNE(){
  12. SDouble e;
  13. e = BSE(); // ver. 2.17
  14. return e;
  15. }

sdcnexp1.cpp : last modifiled at 2016/09/04 14:21:39(385 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).